home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Database / CURSOS DATABASE DM.EXE / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Encoding:
Text File  |  1999-04-30  |  1.0 KB  |  56 lines

  1. object Form4: TForm4
  2.   Left = 191
  3.   Top = 100
  4.   Width = 325
  5.   Height = 247
  6.   BorderIcons = []
  7.   Caption = 'DATABASE DM'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object MediaPlayer1: TMediaPlayer
  23.     Left = 64
  24.     Top = 16
  25.     Width = 253
  26.     Height = 30
  27.     FileName = 'Present.avi'
  28.     Visible = False
  29.     TabOrder = 0
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 0
  33.     Top = 0
  34.     Width = 317
  35.     Height = 220
  36.     Align = alClient
  37.     BorderStyle = bsSingle
  38.     TabOrder = 1
  39.     object Panel2: TPanel
  40.       Left = 8
  41.       Top = 8
  42.       Width = 297
  43.       Height = 201
  44.       BorderStyle = bsSingle
  45.       TabOrder = 0
  46.       OnMouseDown = Panel2MouseDown
  47.     end
  48.   end
  49.   object Timer1: TTimer
  50.     Interval = 8000
  51.     OnTimer = Timer1Timer
  52.     Left = 24
  53.     Top = 19
  54.   end
  55. end
  56.